home *** CD-ROM | disk | FTP | other *** search
- A new feature allows the C Clear user to force the "no preprocessor" and
- the "internal preprocessor" options to accept nested comments. (The
- "external preprocessor" options are under the control of their respective
- external programs like "cpp.exe" and "cl.exe" and can be forced to accept
- nested comments by adding the appropriate directive, usually "-C " or "/C ",
- to the preprocessor arguement line set by RECONFIGURE).
-
- To force acceptance of nested comments, simply created a file called
- "nested.dat" in your Clear directory (that is, the directory that contains
- the Clear programs). You can put anything you want in this file. (In fact,
- you could simple copy this file to "nested.dat").
-
- Clear users choosing the "internal preprocessor" option can still force nested
- comments by including "-C " in the preprocessor argument line. (set from
- RECONFIGURE).
-
- Because of this new flexibility, the default condition for Clear has been set
- to DO NOT ACCEPT NESTED COMMENTS. Use either option above to turn nested
- comments "on."